compilation unit - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

compilation unit - traduzione in Inglese

C/C++ SPECIFIC COMPILATION TECHNIQUE
Single Compilation Unit

compilation unit         
ULTIMATE INPUT TO A C OR C++ COMPILER FROM WHICH AN OBJECT FILE IS GENERATED
Compilation unit

общая лексика

единица компиляции

наименьший блок программы, который может быть откомпилирован в объектный модуль отдельно от остального её текста. Для некоторых языков программирования единицей компиляции является подпрограмма

Смотрите также

compiler; compilation; object module; source code

JIT compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

общая лексика

JIT-компилятор, оперативный компилятор

компилятор, преобразующий исходный текст в машинный код непосредственно перед исполнением программы. В частности, JIT-компилятор с языка Java преобразует Java-программу на промежуточном языке (intermediate language, байт-код) в машинный код

синоним

JITter (just-in-time compiler)

just-in-time compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

Смотрите также

JIT compiler

Definizione

ЭКЮ
I
нескл., м. и с.
Старинная фрацузская золотая или серебряная монета, чеканившаяся в 13-18 вв. Один, одно э.
II
нескл., м. и с.
Валютная счетная единица, используемая странами - членами Европейской валютной системы.

Wikipedia

Single compilation unit

Single compilation unit (SCU) is a computer programming technique for the C and C++ languages, which reduces compilation time for programs spanning multiple files. Specifically, it allows the compiler to keep data from shared header files, definitions and templates, so that it need not recreate them for each file. It is an instance of program optimization. The technique can be applied to an entire program or to some subset of source files; when applied to an entire program, it is also known as a unity build.

Traduzione di &#39compilation unit&#39 in Russo